Explicitly create $(pkgdir_el) in debian/rules (fix FTBS).
authorRob Browning <rlb@defaultvalue.org>
Wed, 25 Sep 2013 17:59:30 +0000 (12:59 -0500)
committerRob Browning <rlb@defaultvalue.org>
Wed, 25 Sep 2013 18:04:43 +0000 (13:04 -0500)
Thanks to Lucas Nussbaum <lucas@lucas-nussbaum.net> for the report,
Matt Kraai <kraai@ftbfs.org> for the patch, and Dmitrijs Ledkovs
<xnox@debian.org> for the 24.3+1-1.1 NMU.

Closes: 707488
debian/rules

index 497e901bca4f4d1e8ab6eb33ac04738ec04ed345..f7336fbf619c5c71b81875097d2bea4adfc29f48 100755 (executable)
@@ -583,6 +583,7 @@ override_dh_auto_install: $(autogen_install_files)
         ##################################################
         # emacsXY-el
         ifneq (,$(findstring $(flavor)-el, $(shell dh_listpackages)))
+         install -d $(pkgdir_el)
          $(pf); \
          (cd $(install_dir_x) && find -name "*.el" -o -name "*.el.gz" -print0 \
           | tar cpf - --null --files-from -) \